home *** CD-ROM | disk | FTP | other *** search
- DIR.BAS
-
- Here is the core of a diskette management program. THis will read all of
- the subdirectories and print/store the file names. Crude but completely
- functional. Now someone with more time than myself can write a good PD
- directory management program without having to drop directly into GEM.
- This routine is compilable as is.
-
-
- ESCCODE.DOC
-
- This File describes the ST VT52 Emulator ESCAPE Codes.
- The Escape Codes provide a variety of Cursor & Screen Control Functions.
- Some of the Escape Codes seem like they may very usefull.
- All of the Escape Codes can be easily Accessed with the
- PRINT ESCAPE SEQUENCE. ( Print Chr$(27)"ESCAPE CODE"; )
- TEXTRICK.BAS Uses these Escape Codes to Change Text Colors.
-
-
- FORMAT.BAS
- FORMAT.DOC
-
- I've tested this Formatter and found it works for single, double sided,
- 80 or 82 tracks and 9 or 10 sectors. I've also added a routine to add
- a disk label after the formatting is complete.
-
-
- GFABASRO.PRG
-
- This is the runtime GFA program which will allow you to run all of these
- programs with GFA Basic. Check them out. Quite a few good programs.
-
-
- GFAMIDI.BAS
-
- This program was originally written in Jan 1986 for ST-BASIC. I liked it
- but thought it could be sped up. Of course, GFA-BASIC fit the bill VERY
- nicely! I've added GEM boxes and tried to fine tune it.
- This program will allow you to record, play, save and load songs.
-
-
- GLOBE.BAS
-
- Globe.bas makes 3D looking spheres of random size and of random position
- on the screen. It works in Medium or High resolution and alerts the
- user if the display is in low res. My first demo.
-
-
- JTDEMO.BAS
-
- GFA Basic Demo - UCSD & Basica Play emulations. Changes mouse form. This
- is another demo of the GEM interface. Check it out.
-
-
- LINEA.BAS
-
- Keywords: GFA LINEA BASIC ANTIC MONOCHROME COLOR UTILITY
-
- This is a GFA program which demonstrates getting the Line-A pointer and
- getting/setting values through it. It is a very quick hack, and is only
- meant as a demonstration. It will run on any color or monochrome system.
-
-
- MOUNTAIN.BAS
- MOUNTAIN.DOC
-
- A recent ad from IBM demonstrates one area of computer graphics using a
- high-priced graphics work station. Your ST and GFA BASIC can achieve
- amazing results.
- Explore the fascinating world of fractual graphics. A save feature is also
- included.
-
-
- NUMCVT.BAS
-
- This GFA Program converts a number to text. It may be used to write checks.
- Type in your number and out comes the text.
-
-
- QUIKSORT.BAS
- QUIKSORT.DAT
-
- QUIKSORT.BAS is a Demo of the the QuickSort Algorithm.
- It will sort about 200 Records each approx 20 Char. long in 2.75 Sec.
- QUIKSORT.DAT is data used by the QuickSort Demo. And this must be in your
- root directory. Check this demo out for GFA speed.
-
-
- REZMASTR.BAS
-
- THIS IS A DEMONSTRATION OF THE ABILITY OF GFA BASIC TO UTILIZE THE XBIOS
- TO CHANGE RESOLUTION OF THE SCREEN... WHILE THE PROGRAM IS RUNNING! THIS
- DEMO IS ROUGH AND I STILL HAVEN'T FOUND HOW TO TELL GEM WHERE TO LOCATE
- ALERT BOXES WHEN THE REZ CHANGES. Now check out resolution changes.
-
-
- SHUTLDEM.BAS
- SHUTTLE1.DEM
-
- Here is a nice demo that I did in GFA basic of the space shuttle.
- It demonstrates the use of the Get & Put command. Sorry Color User
- but this ones in Mono, Maybe I'll convert it one day. one thing you
- should know about the two files when unarc'ed they both should be in the
- main directory or a directory named shuttle.dem.
-
-
- WINDOW.BAS
-
- This is a really nice demo of how to use windows in your basic program.
- You can take this file and merge it into any GFA basic program for
- instant windows. For you from MichTron..
-
-
- XMODEM.LST
-
- A LISTING of how to use xmodem. This is not a complete program only the
- source to use X modem..
-